PDF4Java Reference Documentation
com.o2sol.pdf4java.flowdocument Package / PDFFlowAnnotationContent Class / setAnnotationWidth Method
The width of the annotation drawn on the page.
In This Topic
    setAnnotationWidth Method
    In This Topic
    Sets the annotation width.
    The value represents either a percentage (0 to 100) or an absolute value based on the value returned by method.
    Syntax
    public void setAnnotationWidth( 
       double annotationWidth
    )

    Parameters

    annotationWidth
    The width of the annotation drawn on the page.
    Exceptions
    ExceptionDescription
    Thrown when Width is set to a value less than 0.
    See Also